Reverse Proxy & Web Server (Nginx) :: App Server (Python Simple HTTP Server) :: Asset Media Delivery (S3)
location / { proxy_pass http://index; }
location /articles { proxy_pass http://articles; };
python -m SimpleHTTPServer 8080
hexo generate
go build -o hugo main.go
http://s3.amazon.com/image.png